﻿2026-07-27T11:34:27.6563889Z ##[group]Run set -euo pipefail
2026-07-27T11:34:27.6564251Z [36;1mset -euo pipefail[0m
2026-07-27T11:34:27.6564502Z [36;1mPIN=0c95435[0m
2026-07-27T11:34:27.6564745Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T11:34:27.6565021Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T11:34:27.6565394Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T11:34:27.6565846Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T11:34:27.6566305Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T11:34:27.6566677Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T11:34:27.6566946Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T11:34:27.6567249Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T11:34:27.6567612Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T11:34:27.6568003Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T11:34:27.6568323Z [36;1mfi[0m
2026-07-27T11:34:27.6568633Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T11:34:27.6582267Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T11:34:27.6582589Z env:
2026-07-27T11:34:27.6582802Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T11:34:27.6583070Z ##[endgroup]
2026-07-27T11:34:27.9562223Z    Compiling proc-macro2 v1.0.106
2026-07-27T11:34:27.9562834Z    Compiling quote v1.0.45
2026-07-27T11:34:27.9563081Z    Compiling unicode-ident v1.0.24
2026-07-27T11:34:27.9563314Z    Compiling libc v0.2.186
2026-07-27T11:34:27.9563556Z    Compiling serde_core v1.0.228
2026-07-27T11:34:27.9563807Z    Compiling cfg-if v1.0.4
2026-07-27T11:34:27.9602859Z    Compiling serde v1.0.228
2026-07-27T11:34:27.9616938Z    Compiling log v0.4.32
2026-07-27T11:34:27.9663638Z    Compiling pin-project-lite v0.2.17
2026-07-27T11:34:27.9678160Z    Compiling typenum v1.20.1
2026-07-27T11:34:27.9702964Z    Compiling portable-atomic v1.13.1
2026-07-27T11:34:27.9737506Z    Compiling memchr v2.8.1
2026-07-27T11:34:27.9738625Z    Compiling version_check v0.9.5
2026-07-27T11:34:27.9762508Z    Compiling shlex v2.0.1
2026-07-27T11:34:27.9882558Z    Compiling critical-section v1.2.0
2026-07-27T11:34:28.0068442Z    Compiling find-msvc-tools v0.1.9
2026-07-27T11:34:28.0460646Z    Compiling bytes v1.11.1
2026-07-27T11:34:28.0571491Z    Compiling futures-core v0.3.32
2026-07-27T11:34:28.1250617Z    Compiling subtle v2.6.1
2026-07-27T11:34:28.1979337Z    Compiling equivalent v1.0.2
2026-07-27T11:34:28.2100905Z    Compiling smallvec v1.15.1
2026-07-27T11:34:28.2364063Z    Compiling itoa v1.0.18
2026-07-27T11:34:28.2600787Z    Compiling semver v1.0.28
2026-07-27T11:34:28.2731348Z    Compiling stable_deref_trait v1.2.1
2026-07-27T11:34:28.3092288Z    Compiling futures-io v0.3.32
2026-07-27T11:34:28.3211227Z    Compiling futures-sink v0.3.32
2026-07-27T11:34:28.3541093Z    Compiling slab v0.4.12
2026-07-27T11:34:28.3566279Z    Compiling futures-task v0.3.32
2026-07-27T11:34:28.3822603Z    Compiling generic-array v0.14.7
2026-07-27T11:34:28.4394439Z    Compiling futures-channel v0.3.32
2026-07-27T11:34:28.4709500Z    Compiling rand_core v0.10.1
2026-07-27T11:34:28.4901326Z    Compiling rustversion v1.0.22
2026-07-27T11:34:28.4970294Z    Compiling bitflags v2.12.1
2026-07-27T11:34:28.5380696Z    Compiling rustc_version v0.4.1
2026-07-27T11:34:28.5799229Z    Compiling hashbrown v0.17.1
2026-07-27T11:34:28.6300863Z    Compiling cpufeatures v0.2.17
2026-07-27T11:34:28.6400768Z    Compiling getrandom v0.4.2
2026-07-27T11:34:28.6430469Z    Compiling fnv v1.0.7
2026-07-27T11:34:28.6828695Z    Compiling cfg_aliases v0.2.1
2026-07-27T11:34:28.6910715Z    Compiling strsim v0.11.1
2026-07-27T11:34:28.7400771Z    Compiling litemap v0.8.2
2026-07-27T11:34:28.7540395Z    Compiling writeable v0.6.3
2026-07-27T11:34:28.7581088Z    Compiling utf8_iter v1.0.4
2026-07-27T11:34:28.8680042Z    Compiling icu_properties_data v2.2.0
2026-07-27T11:34:28.8830835Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T11:34:28.8958772Z    Compiling ident_case v1.0.1
2026-07-27T11:34:28.9410757Z    Compiling dunce v1.0.5
2026-07-27T11:34:28.9731090Z    Compiling fs_extra v1.3.0
2026-07-27T11:34:28.9780561Z    Compiling autocfg v1.5.1
2026-07-27T11:34:29.0056818Z    Compiling percent-encoding v2.3.2
2026-07-27T11:34:29.0847556Z    Compiling http v1.4.1
2026-07-27T11:34:29.1418499Z    Compiling cpufeatures v0.3.0
2026-07-27T11:34:29.1940914Z    Compiling unicode-segmentation v1.13.3
2026-07-27T11:34:29.2040661Z    Compiling aws-lc-rs v1.17.0
2026-07-27T11:34:29.2830513Z    Compiling thiserror v2.0.18
2026-07-27T11:34:29.2960877Z    Compiling scopeguard v1.2.0
2026-07-27T11:34:29.3000802Z    Compiling chacha20 v0.10.0
2026-07-27T11:34:29.3100664Z    Compiling form_urlencoded v1.2.2
2026-07-27T11:34:29.3171555Z    Compiling untrusted v0.9.0
2026-07-27T11:34:29.3680909Z    Compiling syn v2.0.117
2026-07-27T11:34:29.4191426Z    Compiling indexmap v2.14.0
2026-07-27T11:34:29.4508322Z    Compiling lock_api v0.4.14
2026-07-27T11:34:29.4603335Z    Compiling heck v0.5.0
2026-07-27T11:34:29.4732203Z    Compiling rustls v0.23.40
2026-07-27T11:34:29.4834174Z    Compiling unicode-xid v0.2.6
2026-07-27T11:34:29.5689499Z    Compiling const-oid v0.10.2
2026-07-27T11:34:29.5790963Z    Compiling anyhow v1.0.102
2026-07-27T11:34:29.6306147Z    Compiling atomic-waker v1.1.2
2026-07-27T11:34:29.6660817Z    Compiling httparse v1.10.1
2026-07-27T11:34:29.6870774Z    Compiling paste v1.0.15
2026-07-27T11:34:29.6945039Z    Compiling zerocopy v0.8.50
2026-07-27T11:34:29.7421139Z    Compiling convert_case v0.10.0
2026-07-27T11:34:29.7650646Z    Compiling parking_lot_core v0.9.12
2026-07-27T11:34:29.7780765Z    Compiling num-traits v0.2.19
2026-07-27T11:34:29.8151894Z    Compiling hybrid-array v0.4.12
2026-07-27T11:34:29.8398212Z    Compiling curve25519-dalek v4.1.3
2026-07-27T11:34:29.9253870Z    Compiling jobserver v0.1.34
2026-07-27T11:34:29.9441036Z    Compiling crypto-common v0.1.7
2026-07-27T11:34:29.9501825Z    Compiling block-buffer v0.10.4
2026-07-27T11:34:30.0310486Z    Compiling ahash v0.8.12
2026-07-27T11:34:30.0370772Z    Compiling powerfmt v0.2.0
2026-07-27T11:34:30.0503580Z    Compiling either v1.16.0
2026-07-27T11:34:30.0663643Z    Compiling base64ct v1.8.3
2026-07-27T11:34:30.1072772Z    Compiling digest v0.10.7
2026-07-27T11:34:30.1111074Z    Compiling fastrand v2.4.1
2026-07-27T11:34:30.1661345Z    Compiling http-body v1.0.1
2026-07-27T11:34:30.2450650Z    Compiling cc v1.2.63
2026-07-27T11:34:30.3090586Z    Compiling deranged v0.5.8
2026-07-27T11:34:30.3635635Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T11:34:30.4357669Z    Compiling data-encoding v2.11.0
2026-07-27T11:34:30.4612312Z    Compiling num-conv v0.2.2
2026-07-27T11:34:30.4780739Z    Compiling try-lock v0.2.5
2026-07-27T11:34:30.5324249Z    Compiling time-core v0.1.8
2026-07-27T11:34:30.5534015Z    Compiling zmij v1.0.21
2026-07-27T11:34:30.5793956Z    Compiling pkg-config v0.3.33
2026-07-27T11:34:30.5960746Z    Compiling tinyvec_macros v0.1.1
2026-07-27T11:34:30.6190749Z    Compiling tower-service v0.3.3
2026-07-27T11:34:30.6620408Z    Compiling mio v1.2.1
2026-07-27T11:34:30.6810810Z    Compiling socket2 v0.6.4
2026-07-27T11:34:30.7160656Z    Compiling getrandom v0.2.17
2026-07-27T11:34:30.8220725Z    Compiling base64 v0.22.1
2026-07-27T11:34:30.8289436Z    Compiling vcpkg v0.2.15
2026-07-27T11:34:30.9540820Z    Compiling rand_core v0.6.4
2026-07-27T11:34:31.0332855Z    Compiling rand v0.10.1
2026-07-27T11:34:31.0371064Z    Compiling uuid v1.23.2
2026-07-27T11:34:31.0710352Z    Compiling parking_lot v0.12.5
2026-07-27T11:34:31.1250927Z    Compiling tinyvec v1.11.0
2026-07-27T11:34:31.1597948Z    Compiling want v0.3.1
2026-07-27T11:34:31.3357185Z    Compiling block-buffer v0.12.0
2026-07-27T11:34:31.3670656Z    Compiling crypto-common v0.2.2
2026-07-27T11:34:31.4810794Z    Compiling sha2 v0.10.9
2026-07-27T11:34:31.4950170Z    Compiling inout v0.1.4
2026-07-27T11:34:31.5430680Z    Compiling vergen-lib v9.1.0
2026-07-27T11:34:31.6117052Z    Compiling n0-future v0.3.2
2026-07-27T11:34:31.6280351Z    Compiling diatomic-waker v0.2.3
2026-07-27T11:34:31.6403716Z    Compiling signature v2.2.0
2026-07-27T11:34:31.6440858Z    Compiling cordyceps v0.3.4
2026-07-27T11:34:31.7053246Z    Compiling cmake v0.1.58
2026-07-27T11:34:31.7195645Z    Compiling spin v0.10.0
2026-07-27T11:34:31.7801855Z    Compiling serde_json v1.0.150
2026-07-27T11:34:31.7915262Z    Compiling httpdate v1.0.3
2026-07-27T11:34:31.8004940Z    Compiling parking v2.2.1
2026-07-27T11:34:31.8300804Z    Compiling winnow v1.0.3
2026-07-27T11:34:31.8360423Z    Compiling crossbeam-utils v0.8.21
2026-07-27T11:34:31.9460374Z    Compiling futures-buffered v0.2.13
2026-07-27T11:34:31.9560307Z    Compiling futures-lite v2.6.1
2026-07-27T11:34:31.9950601Z    Compiling ed25519 v2.2.3
2026-07-27T11:34:32.0083264Z    Compiling cipher v0.4.4
2026-07-27T11:34:32.0660540Z    Compiling netlink-packet-core v0.8.1
2026-07-27T11:34:32.1270474Z    Compiling universal-hash v0.5.1
2026-07-27T11:34:32.1401068Z    Compiling vergen-lib v0.1.6
2026-07-27T11:34:32.1897776Z    Compiling vergen v9.1.0
2026-07-27T11:34:32.2010533Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T11:34:32.2367794Z    Compiling heapless v0.7.17
2026-07-27T11:34:32.2670782Z    Compiling noq-udp v0.10.0
2026-07-27T11:34:32.2890750Z    Compiling sync_wrapper v1.0.2
2026-07-27T11:34:32.3340445Z    Compiling digest v0.11.3
2026-07-27T11:34:32.3400175Z    Compiling allocator-api2 v0.2.21
2026-07-27T11:34:32.3675719Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T11:34:32.4036045Z    Compiling opaque-debug v0.3.1
2026-07-27T11:34:32.4181636Z    Compiling byteorder v1.5.0
2026-07-27T11:34:32.4556862Z    Compiling polyval v0.6.2
2026-07-27T11:34:32.5035157Z    Compiling spin v0.9.8
2026-07-27T11:34:32.5178381Z    Compiling vergen-gitcl v1.0.8
2026-07-27T11:34:32.6350810Z    Compiling aws-lc-sys v0.41.0
2026-07-27T11:34:32.6636210Z    Compiling ring v0.17.14
2026-07-27T11:34:32.6762450Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T11:34:32.7060391Z    Compiling hash32 v0.2.1
2026-07-27T11:34:32.7178412Z    Compiling ryu v1.0.23
2026-07-27T11:34:32.7345587Z    Compiling fallible-iterator v0.3.0
2026-07-27T11:34:32.7770879Z    Compiling num_threads v0.1.7
2026-07-27T11:34:32.8180883Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T11:34:32.9019168Z    Compiling tower-layer v0.3.3
2026-07-27T11:34:32.9120916Z    Compiling signature v3.0.0
2026-07-27T11:34:32.9630786Z    Compiling time v0.3.47
2026-07-27T11:34:33.0010260Z    Compiling ghash v0.5.1
2026-07-27T11:34:33.0070314Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T11:34:33.0260454Z    Compiling ctr v0.9.2
2026-07-27T11:34:33.1011021Z    Compiling aes v0.8.4
2026-07-27T11:34:33.1123177Z    Compiling fs2 v0.4.3
2026-07-27T11:34:33.1205237Z    Compiling http-body-util v0.1.3
2026-07-27T11:34:33.2270508Z    Compiling aead v0.5.2
2026-07-27T11:34:33.2272373Z    Compiling arrayvec v0.7.6
2026-07-27T11:34:33.2510647Z    Compiling utf8parse v0.2.2
2026-07-27T11:34:33.2816009Z    Compiling openssl-probe v0.2.1
2026-07-27T11:34:33.3460566Z    Compiling crossbeam-channel v0.5.15
2026-07-27T11:34:33.3560191Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T11:34:33.4250983Z    Compiling blake3 v1.8.5
2026-07-27T11:34:33.4351032Z    Compiling netlink-packet-route v0.29.0
2026-07-27T11:34:33.5340475Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T11:34:33.5380364Z    Compiling memoffset v0.6.5
2026-07-27T11:34:33.6200713Z    Compiling acto v0.8.2
2026-07-27T11:34:33.7380564Z    Compiling aes-gcm v0.10.3
2026-07-27T11:34:33.8220209Z    Compiling netwatch v0.16.0
2026-07-27T11:34:33.8370922Z    Compiling noq v0.18.0
2026-07-27T11:34:33.8591072Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T11:34:33.9200901Z    Compiling xml-rs v0.8.28
2026-07-27T11:34:33.9540762Z    Compiling rustc-hash v2.1.2
2026-07-27T11:34:34.0051699Z    Compiling rustix v1.1.4
2026-07-27T11:34:34.0680876Z    Compiling thiserror v1.0.69
2026-07-27T11:34:34.0739859Z    Compiling lru-slab v0.1.2
2026-07-27T11:34:34.0970465Z    Compiling tagptr v0.2.0
2026-07-27T11:34:34.1570909Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T11:34:34.1981165Z    Compiling foldhash v0.2.0
2026-07-27T11:34:34.2540644Z    Compiling identity-hash v0.1.0
2026-07-27T11:34:34.3460775Z    Compiling synstructure v0.13.2
2026-07-27T11:34:34.3660984Z    Compiling darling_core v0.20.11
2026-07-27T11:34:34.3741473Z    Compiling mac-addr v0.3.0
2026-07-27T11:34:34.4120590Z    Compiling ref-cast v1.0.25
2026-07-27T11:34:34.5436886Z    Compiling hashbrown v0.16.1
2026-07-27T11:34:34.5553143Z    Compiling serde_derive_internals v0.29.1
2026-07-27T11:34:34.7284145Z    Compiling xmltree v0.10.3
2026-07-27T11:34:34.7700260Z    Compiling netlink-packet-route v0.30.0
2026-07-27T11:34:35.0673259Z    Compiling proc-macro-crate v3.5.0
2026-07-27T11:34:35.2450694Z    Compiling termios v0.2.2
2026-07-27T11:34:35.3847362Z    Compiling serial-core v0.4.0
2026-07-27T11:34:35.4260837Z    Compiling errno v0.3.14
2026-07-27T11:34:35.4410762Z    Compiling ioctl-rs v0.1.6
2026-07-27T11:34:35.4840612Z    Compiling simple-dns v0.9.3
2026-07-27T11:34:35.5439435Z    Compiling aho-corasick v1.1.4
2026-07-27T11:34:35.5446775Z    Compiling toml_write v0.1.2
2026-07-27T11:34:35.5619052Z    Compiling constant_time_eq v0.4.2
2026-07-27T11:34:35.5781650Z    Compiling simdutf8 v0.1.5
2026-07-27T11:34:35.5853670Z    Compiling sha1_smol v1.0.1
2026-07-27T11:34:35.6470974Z    Compiling regex-syntax v0.8.10
2026-07-27T11:34:35.6648785Z    Compiling signal-hook v0.3.18
2026-07-27T11:34:35.7177492Z    Compiling linux-raw-sys v0.12.1
2026-07-27T11:34:35.7704684Z    Compiling smol_str v0.1.24
2026-07-27T11:34:35.7842391Z    Compiling arrayref v0.3.9
2026-07-27T11:34:35.8178286Z    Compiling resolv-conf v0.7.6
2026-07-27T11:34:35.8537050Z    Compiling winnow v0.7.15
2026-07-27T11:34:35.8967406Z    Compiling signal-hook-registry v1.4.8
2026-07-27T11:34:36.0620029Z    Compiling serial-unix v0.4.0
2026-07-27T11:34:36.2442030Z    Compiling serde_derive v1.0.228
2026-07-27T11:34:36.2536257Z    Compiling zeroize_derive v1.4.3
2026-07-27T11:34:36.2689879Z    Compiling tokio-macros v2.7.0
2026-07-27T11:34:36.3569480Z    Compiling zerofrom-derive v0.1.7
2026-07-27T11:34:36.5617930Z    Compiling futures-macro v0.3.32
2026-07-27T11:34:36.8399644Z    Compiling zeroize v1.8.2
2026-07-27T11:34:36.9610488Z    Compiling tokio v1.52.3
2026-07-27T11:34:37.0301866Z    Compiling yoke-derive v0.8.2
2026-07-27T11:34:37.5457917Z    Compiling futures-util v0.3.32
2026-07-27T11:34:37.8390642Z    Compiling zerovec-derive v0.11.3
2026-07-27T11:34:37.8910761Z    Compiling zerofrom v0.1.8
2026-07-27T11:34:38.0393089Z    Compiling displaydoc v0.2.6
2026-07-27T11:34:38.2213801Z    Compiling tracing-attributes v0.1.31
2026-07-27T11:34:38.2667393Z    Compiling yoke v0.8.3
2026-07-27T11:34:38.2969601Z    Compiling rustls-pki-types v1.14.1
2026-07-27T11:34:38.5010906Z    Compiling thiserror-impl v2.0.18
2026-07-27T11:34:38.6470647Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T11:34:38.8818410Z    Compiling zerotrie v0.2.4
2026-07-27T11:34:39.2850903Z    Compiling darling_macro v0.20.11
2026-07-27T11:34:39.3245750Z    Compiling zerovec v0.11.6
2026-07-27T11:34:39.3770904Z    Compiling derive_more-impl v2.1.1
2026-07-27T11:34:39.4111028Z    Compiling n0-error-macros v0.1.3
2026-07-27T11:34:39.6209496Z    Compiling darling v0.20.11
2026-07-27T11:34:39.6959133Z    Compiling derive_builder_core v0.20.2
2026-07-27T11:34:39.9823109Z    Compiling spez v0.1.2
2026-07-27T11:34:40.1030232Z    Compiling tinystr v0.8.3
2026-07-27T11:34:40.2080494Z    Compiling potential_utf v0.1.5
2026-07-27T11:34:40.3370926Z    Compiling icu_collections v2.2.0
2026-07-27T11:34:40.3811514Z    Compiling icu_locale_core v2.2.0
2026-07-27T11:34:40.3921274Z    Compiling der v0.8.0-rc.10
2026-07-27T11:34:40.4058333Z    Compiling pin-project-internal v1.1.13
2026-07-27T11:34:40.5229118Z    Compiling n0-error v0.1.3
2026-07-27T11:34:40.9730355Z    Compiling cobs v0.3.0
2026-07-27T11:34:41.1645330Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T11:34:41.1760596Z    Compiling derive_builder_macro v0.20.2
2026-07-27T11:34:41.1929400Z    Compiling postcard-derive v0.2.2
2026-07-27T11:34:41.4889274Z    Compiling derive_builder v0.20.2
2026-07-27T11:34:41.6570556Z    Compiling futures-executor v0.3.32
2026-07-27T11:34:41.7550621Z    Compiling icu_provider v2.2.0
2026-07-27T11:34:41.7940117Z    Compiling ed25519-dalek v2.2.0
2026-07-27T11:34:41.8850880Z    Compiling pin-project v1.1.13
2026-07-27T11:34:42.0061107Z    Compiling ipnet v2.12.0
2026-07-27T11:34:42.0160536Z    Compiling spki v0.8.0-rc.4
2026-07-27T11:34:42.1820814Z    Compiling icu_normalizer v2.2.0
2026-07-27T11:34:42.1907823Z    Compiling icu_properties v2.2.0
2026-07-27T11:34:42.2449657Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T11:34:42.2952462Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T11:34:42.4479966Z    Compiling prefix-trie v0.8.4
2026-07-27T11:34:42.5380578Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T11:34:42.7188913Z    Compiling once_cell v1.21.4
2026-07-27T11:34:42.7800485Z    Compiling futures v0.3.32
2026-07-27T11:34:42.8410835Z    Compiling postcard v1.1.3
2026-07-27T11:34:42.8504189Z    Compiling data-encoding-macro v0.1.20
2026-07-27T11:34:42.9082296Z    Compiling rustls-native-certs v0.8.4
2026-07-27T11:34:43.0083844Z    Compiling tracing-core v0.1.36
2026-07-27T11:34:43.0306343Z    Compiling tokio-util v0.7.18
2026-07-27T11:34:43.1910392Z    Compiling netlink-sys v0.8.8
2026-07-27T11:34:43.2351621Z    Compiling hashbrown v0.14.5
2026-07-27T11:34:43.3172060Z    Compiling tower v0.5.3
2026-07-27T11:34:43.3480176Z    Compiling num_enum_derive v0.7.6
2026-07-27T11:34:43.5400570Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T11:34:43.7364166Z    Compiling tracing v0.1.44
2026-07-27T11:34:43.8580598Z    Compiling idna_adapter v1.2.2
2026-07-27T11:34:43.9160730Z    Compiling derive_more v2.1.1
2026-07-27T11:34:43.9430717Z    Compiling enum-assoc v1.3.0
2026-07-27T11:34:43.9949582Z    Compiling idna v1.1.0
2026-07-27T11:34:44.0370850Z    Compiling h2 v0.4.14
2026-07-27T11:34:44.0670611Z    Compiling hashlink v0.9.1
2026-07-27T11:34:44.0969226Z    Compiling strum_macros v0.28.0
2026-07-27T11:34:44.1258293Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T11:34:44.1574915Z    Compiling async-trait v0.1.89
2026-07-27T11:34:44.1725406Z    Compiling n0-watcher v0.6.1
2026-07-27T11:34:44.1760936Z    Compiling iroh-relay v0.98.0
2026-07-27T11:34:44.4670955Z    Compiling url v2.5.8
2026-07-27T11:34:44.4841511Z    Compiling tokio-stream v0.1.18
2026-07-27T11:34:44.5552978Z    Compiling rusqlite v0.32.1
2026-07-27T11:34:44.5655783Z    Compiling num_enum v0.7.6
2026-07-27T11:34:44.5800725Z    Compiling iroh-metrics v0.38.3
2026-07-27T11:34:44.5940921Z    Compiling netdev v0.42.0
2026-07-27T11:34:44.6621492Z    Compiling netlink-proto v0.12.0
2026-07-27T11:34:44.7590847Z    Compiling moka v0.12.15
2026-07-27T11:34:44.7752196Z    Compiling toml_datetime v0.6.11
2026-07-27T11:34:44.9600203Z    Compiling serde_spanned v0.6.9
2026-07-27T11:34:44.9777282Z    Compiling ref-cast-impl v1.0.25
2026-07-27T11:34:45.1109457Z    Compiling thiserror-impl v1.0.69
2026-07-27T11:34:45.1300178Z    Compiling toml_edit v0.22.27
2026-07-27T11:34:45.3430026Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T11:34:45.3528700Z    Compiling attohttpc v0.30.1
2026-07-27T11:34:45.5810508Z    Compiling iroh-base v0.98.0
2026-07-27T11:34:45.8951225Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T11:34:45.9400495Z    Compiling tower-http v0.6.11
2026-07-27T11:34:46.1030578Z    Compiling webpki-roots v1.0.7
2026-07-27T11:34:46.1120897Z    Compiling regex-automata v0.4.14
2026-07-27T11:34:46.2410547Z    Compiling schemars_derive v1.2.1
2026-07-27T11:34:46.3780885Z    Compiling lru v0.16.4
2026-07-27T11:34:46.4700733Z    Compiling darling_core v0.23.0
2026-07-27T11:34:46.4755280Z    Compiling serde_bytes v0.11.19
2026-07-27T11:34:46.5130701Z    Compiling seize v0.5.1
2026-07-27T11:34:46.5534269Z    Compiling hmac v0.12.1
2026-07-27T11:34:46.7330764Z    Compiling iroh v0.98.2
2026-07-27T11:34:46.7420505Z    Compiling bitflags v1.3.2
2026-07-27T11:34:46.7940629Z    Compiling rustix v0.38.44
2026-07-27T11:34:46.8263992Z    Compiling cmov v0.5.4
2026-07-27T11:34:47.0611575Z    Compiling pin-utils v0.1.0
2026-07-27T11:34:47.0739292Z    Compiling dyn-clone v1.0.20
2026-07-27T11:34:47.0881570Z    Compiling strum v0.28.0
2026-07-27T11:34:47.1196584Z    Compiling nix v0.25.1
2026-07-27T11:34:47.1337706Z    Compiling ctutils v0.4.2
2026-07-27T11:34:47.1711240Z    Compiling papaya v0.2.4
2026-07-27T11:34:47.1976073Z    Compiling iroh-dns v0.98.0
2026-07-27T11:34:47.2167146Z    Compiling filedescriptor v0.8.3
2026-07-27T11:34:47.2510846Z    Compiling hkdf v0.12.4
2026-07-27T11:34:47.2691766Z    Compiling backon v1.6.0
2026-07-27T11:34:47.3640307Z    Compiling serial v0.4.0
2026-07-27T11:34:47.4450630Z    Compiling anstyle-parse v1.0.0
2026-07-27T11:34:47.4521873Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T11:34:47.5866310Z    Compiling downcast-rs v1.2.1
2026-07-27T11:34:47.6490789Z    Compiling foldhash v0.1.5
2026-07-27T11:34:47.6849215Z    Compiling unicode-width v0.2.0
2026-07-27T11:34:47.7360575Z    Compiling instability v0.3.12
2026-07-27T11:34:47.7590214Z    Compiling anstyle-query v1.1.5
2026-07-27T11:34:47.7760707Z    Compiling linux-raw-sys v0.4.15
2026-07-27T11:34:47.8147722Z    Compiling colorchoice v1.0.5
2026-07-27T11:34:47.8499375Z    Compiling toml v0.8.23
2026-07-27T11:34:47.8780992Z    Compiling anstyle v1.0.14
2026-07-27T11:34:47.9181141Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T11:34:47.9381407Z    Compiling shell-words v1.1.1
2026-07-27T11:34:48.0421626Z    Compiling hashbrown v0.15.5
2026-07-27T11:34:48.0793365Z    Compiling vte v0.13.1
2026-07-27T11:34:48.1360520Z    Compiling anstream v1.0.0
2026-07-27T11:34:48.1470388Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T11:34:48.4979774Z    Compiling schemars v1.2.1
2026-07-27T11:34:48.5630509Z    Compiling signal-hook-mio v0.2.5
2026-07-27T11:34:48.6670981Z    Compiling spake2 v0.4.0
2026-07-27T11:34:48.8752618Z    Compiling terminal_size v0.4.4
2026-07-27T11:34:48.9996940Z    Compiling strum_macros v0.26.4
2026-07-27T11:34:49.0452145Z    Compiling regex v1.12.3
2026-07-27T11:34:49.0603260Z    Compiling sha1 v0.10.6
2026-07-27T11:34:49.1220233Z    Compiling itertools v0.13.0
2026-07-27T11:34:49.2979617Z    Compiling castaway v0.2.4
2026-07-27T11:34:49.4147087Z    Compiling static_assertions v1.1.0
2026-07-27T11:34:49.5230794Z    Compiling doctest-file v1.1.1
2026-07-27T11:34:49.6220376Z    Compiling hyper v1.10.1
2026-07-27T11:34:49.7190990Z    Compiling indoc v2.0.7
2026-07-27T11:34:50.0770965Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T11:34:50.1807270Z    Compiling unicode-width v0.1.14
2026-07-27T11:34:50.3971504Z    Compiling darling_macro v0.23.0
2026-07-27T11:34:50.4516911Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T11:34:50.4960005Z    Compiling clap_lex v1.1.0
2026-07-27T11:34:50.7470781Z    Compiling darling v0.23.0
2026-07-27T11:34:50.8320698Z    Compiling clap_builder v4.6.0
2026-07-27T11:34:51.0020665Z    Compiling interprocess v2.4.2
2026-07-27T11:34:51.0450438Z    Compiling compact_str v0.8.2
2026-07-27T11:34:51.1610878Z    Compiling unicode-truncate v1.1.0
2026-07-27T11:34:51.1880544Z    Compiling crossterm v0.28.1
2026-07-27T11:34:51.2398783Z    Compiling lru v0.12.5
2026-07-27T11:34:51.3175070Z    Compiling clap_derive v4.6.1
2026-07-27T11:34:51.4228578Z    Compiling cassowary v0.3.0
2026-07-27T11:34:51.4459726Z    Compiling strum v0.26.3
2026-07-27T11:34:51.4960668Z    Compiling iana-time-zone v0.1.65
2026-07-27T11:34:51.5526616Z    Compiling nucleo-matcher v0.3.1
2026-07-27T11:34:51.8250128Z    Compiling hyper-util v0.1.20
2026-07-27T11:34:52.0120565Z    Compiling portable-pty v0.8.1
2026-07-27T11:34:52.0636063Z    Compiling chrono v0.4.45
2026-07-27T11:34:52.1011069Z    Compiling qrcode v0.14.1
2026-07-27T11:34:52.1634475Z    Compiling ratatui v0.29.0
2026-07-27T11:34:52.2555374Z    Compiling tempfile v3.27.0
2026-07-27T11:34:52.7780737Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T11:34:53.6757681Z    Compiling clap v4.6.1
2026-07-27T11:34:53.7994979Z    Compiling igd-next v0.17.1
2026-07-27T11:34:54.2776979Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T11:34:55.0630332Z    Compiling portmapper v0.16.0
2026-07-27T11:35:01.1455690Z    Compiling rustls-webpki v0.103.13
2026-07-27T11:35:03.4945910Z    Compiling tokio-rustls v0.26.4
2026-07-27T11:35:03.4946467Z    Compiling noq-proto v0.17.0
2026-07-27T11:35:03.4946902Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T11:35:03.6449686Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T11:35:03.6450300Z    Compiling hyper-rustls v0.27.9
2026-07-27T11:35:03.6450849Z    Compiling tokio-websockets v0.13.2
2026-07-27T11:35:03.7732248Z    Compiling reqwest v0.13.4
2026-07-27T11:35:04.6845726Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T11:35:18.6650903Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T11:35:20.2132208Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T11:35:30.2817962Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T11:35:35.2896395Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-27T11:35:35.3118755Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T11:35:35.3132406Z 
2026-07-27T11:35:35.3132626Z running 1 test
2026-07-27T11:35:41.5024531Z test new_brain_serves_against_old_broker ... ok
2026-07-27T11:35:41.5024980Z 
2026-07-27T11:35:41.5025379Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-27T11:35:41.5026004Z 
